home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / htmledit.zip / HTMLHELP.TXT < prev    next >
Text File  |  1993-12-24  |  5KB  |  152 lines

  1. --------------------------------------------
  2. Help with HTML HyperEdit
  3. -------------------------------------------
  4.  
  5. All commands are accessible from the one screen, by pressing appropriate
  6. control buttons that appear on the bottom of the screen.
  7.  
  8. Try the HTML tutorial to see a live demo of creating a simple HTML document.
  9. It may be all you need, and although limited, is probably better than this!
  10.  
  11. HTML Documents are plain text documents with special tags that indicate
  12. formatting information or links to further information.
  13.  
  14. To tag a word or area of text, highlight it by dragging the mouse over as normal.
  15.  
  16. It will then appear in reverse text.
  17.  
  18. To perform an operation on the text, select one of the control buttons on the
  19. bottom of the screen.
  20.  
  21.  
  22. These are described below:
  23.  
  24. -------------------------------------------------------------------------------------------
  25. TITLE: 
  26.  
  27. There should be only one title block in the document. It indicates what the
  28. document is called. 
  29.  
  30. Currently no error checking is done to look for multiple title blocks.
  31.  
  32. -------------------------------------------------------------------------------------------
  33. HEADING:
  34.  
  35. You can have up to 6 levels of headings in the document. Press the
  36. button and then select the level of heading the you want.
  37.  
  38. -------------------------------------------------------------------------------------------
  39. ANCHOR:
  40.  
  41. You will be prompted for the name of the anchor. The selected text 
  42. will become the anchor.
  43.  
  44. Anchors allow external documents to reference specific areas
  45. within a document.
  46. -------------------------------------------------------------------------------------------
  47. IMAGE:
  48.  
  49. Highlighting the FILENAME of the image will allow you to embed
  50. it within your document. 
  51.  
  52. Pressing the right mouse button (before embedding the image) allows
  53. you to select whether to align the text with the top or bottom of the
  54. image.
  55. -------------------------------------------------------------------------------------------
  56. PREFORM:
  57.  
  58. The selected area of text will appear in a fixed-with format.
  59. Great for programs etc.
  60.  
  61. -------------------------------------------------------------------------------------------
  62. QUOTE:
  63.  
  64. Forces the selected text to appear as a quotation.
  65.  
  66. -------------------------------------------------------------------------------------------
  67. ADDRESS:
  68.  
  69. Formats the text as an address field.
  70.  
  71. -------------------------------------------------------------------------------------------
  72. FORMAT:
  73.  
  74. Selecting FORMAT allows you to choose whether to format the text as
  75. BOLD, ITALICS, FIXED etc.
  76.  
  77. -------------------------------------------------------------------------------------------
  78. LIST:
  79.  
  80. Each selected line will become an item of a list.
  81.  
  82. Press the right mouse button to choose whether you want a numbered
  83. or unnumbered list.
  84.  
  85. -------------------------------------------------------------------------------------------
  86. LINK:
  87.  
  88. This allows you to make a word link to another document or
  89. service somewhere out there on the Internet.
  90.  
  91. The relevant link information depends on the type of service
  92. that you wish to create the link to.
  93.  
  94. The port is automatically selected depending on the service
  95. you select. You can change this if you wish.
  96.  
  97. Once you entered the relevant information, click COMPOSE URL.
  98. This will compose the URL based on the link. Then click OK.
  99.  
  100. You may edit the URL before clicking ok.
  101.  
  102. The Gopher type is currently a kludge. It was put together quickly
  103. and I need to do some more work. You can always manually change
  104. the URL if you don't like it. Its worked (so far) for me!
  105.  
  106. The types of services are:
  107.  
  108. 1. HTTP/WWW: fill out host, port, path, and optionally an anchor.
  109.  
  110. 2. Telnet: Host and optional username
  111.  
  112. 3. News: enter the name of the newsgroup
  113.  
  114. 4. FTP: the host, directory and filename (optional) of the file
  115.  
  116. 5. Local file: Brings up a dialog box to allow you to select the 
  117. file. NB: to select a directory, select a file within that directory
  118. and remove the file from the URL after composing.
  119.  
  120. 6. Gopher: host, port, path, filename and select the type.
  121.  
  122. -------------------------------------------------------------------------------------------
  123. OTHER FUNCTIONS:
  124. -----------------------------------
  125.  
  126. Select the Document number from the Document menu to
  127. move between 3 different documents.
  128.  
  129. SAVE FILE works on the current document.
  130.  
  131. OPEN FILE replaces the current document with a file.
  132.  
  133. CLEAR: Clears the editing buffer
  134.  
  135. PARAGRAPHS: Places paragraph tags.
  136. NB: No checking for whether the marker is a heading, title etc (yet!).
  137.  
  138. EDIT MENU:
  139.  
  140. Usual CUT, COPY, PASTE, LIMITED UNDO etc available.
  141.  
  142. SEARCH/REPLACE:
  143.  
  144. Best to leave the default switched. Will perform a search/replace on
  145. current document. 
  146. --------------------------------------------------------------------------------------------------
  147. As you can tell, this helpfile was put together very quickly.
  148.  
  149. A real one will be included later :-).
  150.  
  151. Steve.
  152.